home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / bd.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  218 b   |  12 lines

  1. on exitFrame
  2.   cursor([901, 902])
  3.   if the locV of sprite 2 > -660 then
  4.     set the locV of sprite 2 to the locV of sprite 2 - 2
  5.     updateStage()
  6.   else
  7.     puppetSprite(2, 0)
  8.     go(#next)
  9.   end if
  10.   Loopframe()
  11. end
  12.